home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / CRON_1 / CRON_SET / CRON / ARGC_REC.H < prev    next >
Text File  |  1991-09-15  |  156b  |  11 lines

  1. #ifndef _argc_Receiver_
  2. #define _argc_Receiver_
  3.  
  4.  
  5. void                    argcReceiver(int *argcRcvd, char ***argvRcvd);
  6.  
  7.  
  8. Boolean                    TrapAvailable(int theTrap);
  9.  
  10.  
  11. #endif